3.192 \(\int \frac {a g+b g x}{A+B \log (\frac {e (c+d x)}{a+b x})} \, dx\)

Optimal. Leaf size=33 \[ \text {Int}\left (\frac {a g+b g x}{B \log \left (\frac {e (c+d x)}{a+b x}\right )+A},x\right ) \]

[Out]

Unintegrable((b*g*x+a*g)/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {a g+b g x}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a*g + b*g*x)/(A + B*Log[(e*(c + d*x))/(a + b*x)]),x]

[Out]

a*g*Defer[Int][(A + B*Log[(e*(c + d*x))/(a + b*x)])^(-1), x] + b*g*Defer[Int][x/(A + B*Log[(e*(c + d*x))/(a +
b*x)]), x]

Rubi steps

\begin {align*} \int \frac {a g+b g x}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )} \, dx &=\int \left (\frac {a g}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )}+\frac {b g x}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )}\right ) \, dx\\ &=(a g) \int \frac {1}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )} \, dx+(b g) \int \frac {x}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.25, size = 0, normalized size = 0.00 \[ \int \frac {a g+b g x}{A+B \log \left (\frac {e (c+d x)}{a+b x}\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a*g + b*g*x)/(A + B*Log[(e*(c + d*x))/(a + b*x)]),x]

[Out]

Integrate[(a*g + b*g*x)/(A + B*Log[(e*(c + d*x))/(a + b*x)]), x]

________________________________________________________________________________________

fricas [A]  time = 2.55, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {b g x + a g}{B \log \left (\frac {d e x + c e}{b x + a}\right ) + A}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*g*x+a*g)/(A+B*log(e*(d*x+c)/(b*x+a))),x, algorithm="fricas")

[Out]

integral((b*g*x + a*g)/(B*log((d*e*x + c*e)/(b*x + a)) + A), x)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*g*x+a*g)/(A+B*log(e*(d*x+c)/(b*x+a))),x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 0.93, size = 0, normalized size = 0.00 \[ \int \frac {b g x +a g}{B \ln \left (\frac {\left (d x +c \right ) e}{b x +a}\right )+A}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*g*x+a*g)/(B*ln((d*x+c)/(b*x+a)*e)+A),x)

[Out]

int((b*g*x+a*g)/(B*ln((d*x+c)/(b*x+a)*e)+A),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {b g x + a g}{B \log \left (\frac {{\left (d x + c\right )} e}{b x + a}\right ) + A}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*g*x+a*g)/(A+B*log(e*(d*x+c)/(b*x+a))),x, algorithm="maxima")

[Out]

integrate((b*g*x + a*g)/(B*log((d*x + c)*e/(b*x + a)) + A), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \frac {a\,g+b\,g\,x}{A+B\,\ln \left (\frac {e\,\left (c+d\,x\right )}{a+b\,x}\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*g + b*g*x)/(A + B*log((e*(c + d*x))/(a + b*x))),x)

[Out]

int((a*g + b*g*x)/(A + B*log((e*(c + d*x))/(a + b*x))), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ g \left (\int \frac {a}{A + B \log {\left (\frac {c e}{a + b x} + \frac {d e x}{a + b x} \right )}}\, dx + \int \frac {b x}{A + B \log {\left (\frac {c e}{a + b x} + \frac {d e x}{a + b x} \right )}}\, dx\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*g*x+a*g)/(A+B*ln(e*(d*x+c)/(b*x+a))),x)

[Out]

g*(Integral(a/(A + B*log(c*e/(a + b*x) + d*e*x/(a + b*x))), x) + Integral(b*x/(A + B*log(c*e/(a + b*x) + d*e*x
/(a + b*x))), x))

________________________________________________________________________________________